home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / adobe / software / ppd / ppddb / XT_LP121.PPD < prev    next >
PostScript Printer Description  |  1997-06-17  |  20KB  |  562 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *%---------------------------------------------------------------
  10. *%Version Number:                  "1.0"
  11. *%Revision Number:                 "1"
  12. *%Platform Supported:              "PC"
  13. *%Localized To:                    "US"
  14. *%Modifier:                        "None"
  15. *%Support Number:                  "205-476-8189"
  16. *%Comments:
  17. *%---------------------------------------------------------------
  18. *FormatVersion: "4.2"
  19. *FileVersion: "1.0"
  20. *LanguageEncoding: ISOLatin1
  21. *LanguageVersion: English
  22. *PCFileName: "XT_LP121.PPD"
  23. *Product: "(LaserPress 1200)"
  24. *PSVersion: "(2014.103) 2"
  25. *ModelName: "LaserPress 1200"
  26. *NickName: "LaserPress 1200 v2014.103"
  27.  
  28. *% === Options and Constraints =========
  29. *OpenGroup: InstallableOptions/Options Installed
  30.  
  31. *OpenUI *Option1/Optional Lower Tray: Boolean
  32. *DefaultOption1: False
  33. *Option1 True/Installed: ""
  34. *Option1 False/Not Installed: ""
  35. *CloseUI: *Option1
  36.  
  37. *OpenUI *InstalledMemory: PickOne
  38. *DefaultInstalledMemory: None
  39. *InstalledMemory None/Standard Memory: " "
  40. *InstalledMemory 20Meg/20 MB RAM: " "
  41. *InstalledMemory 24Meg/24 MB RAM: " "
  42. *InstalledMemory 28Meg/28 MB RAM: " "
  43. *InstalledMemory 32Meg/32 MB RAM: " "
  44. *InstalledMemory 36Meg/36 MB RAM: " "
  45. *InstalledMemory 40Meg/40 MB RAM: " "
  46. *InstalledMemory 48Meg/48 MB RAM: " "
  47. *InstalledMemory 52Meg/52 MB RAM: " "
  48. *InstalledMemory 64Meg/64 MB RAM: " "
  49. *CloseUI: *InstalledMemory
  50. *CloseGroup: InstallableOptions
  51.  
  52. *UIConstraints: *Option1 False *InputSlot Lower
  53. *UIConstraints: *InstalledMemory None *Resolution 1200dpi
  54.  
  55. *% ==== Device Capabilities ===============
  56. *LanguageLevel: "2"
  57. *FreeVM: "5302480"
  58. *VMOptions None/Standard: "5302480"
  59. *VMOptions 20Meg: "2025192"
  60. *VMOptions 24Meg: "3877072"
  61. *VMOptions 28Meg: "7146520"
  62. *VMOptions 32Meg: "10438376"
  63. *VMOptions 36Meg: "13723368"
  64. *VMOptions 40Meg: "17017040"
  65. *VMOptions 48Meg: "9316072"
  66. *VMOptions 52Meg: "13502184"
  67. *VMOptions 64Meg: "26027752"
  68.  
  69. *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
  70. *StopEmulator_hpgl: "<1B7F>0"
  71. *StartEmulator_hplj: "currentfile /hplj statusdict /emulate get exec "
  72. *StopEmulator_hplj: "<1B7F>0"
  73.  
  74. *ColorDevice: False
  75. *DefaultColorSpace: Gray
  76. *VariablePaperSize: False
  77. *TTRasterizer: Type42
  78. *FileSystem: True
  79. *?FileSystem: "
  80.   save false
  81.    (%disk?%) 
  82.    { currentdevparams dup /Writeable known
  83.       { /Writeable get { pop true } if }  { pop } ifelse 
  84.     } 10 string /IODevice resourceforall
  85.     { (True) } { (False) } ifelse = flush
  86.  restore"
  87. *End
  88.  
  89. *Throughput: "8"
  90. *Password: "(0)" 
  91. *ExitServer: "
  92.  count 0 eq
  93.  { false } { true exch startjob } ifelse
  94.  not { 
  95.      (WARNING: Cannot modify initial VM.) =
  96.      (Missing or invalid password.) =
  97.      (Please contact the author of this software.) = flush quit
  98.      } if
  99. "
  100. *End
  101.  
  102. *Reset: "
  103.  count 0 eq
  104.  { false } { true exch startjob } ifelse
  105.  not { 
  106.     (WARNING: Cannot reset printer.) =
  107.     (Missing or invalid password.) =
  108.     (Please contact the author of this software.) = flush quit
  109.     } if
  110.  systemdict /quit get exec
  111.  (WARNING : Printer Reset Failed.) = flush
  112. "
  113. *End
  114. *OpenUI *Resolution:  PickOne
  115. *OrderDependency: 20 AnySetup *Resolution
  116. *DefaultResolution: 600dpi
  117. *Resolution 600dpi: "<< /HWResolution [600 600] >> setpagedevice"
  118. *Resolution 1200dpi: "<< /HWResolution [1200 1200] >> setpagedevice"
  119. *?Resolution: "
  120.   save
  121.     currentpagedevice /HWResolution get
  122.     0 get
  123.     (          ) cvs print
  124.     (dpi)
  125.     = flush
  126.   restore
  127. "
  128. *End
  129. *CloseUI: *Resolution
  130.  
  131. *% Halftone Information ===============
  132. *ScreenFreq: "77.0"
  133. *ScreenAngle: "45.0"
  134. *DefaultScreenProc: Dot
  135. *ScreenProc Dot: "
  136. { abs exch abs 2 copy add 1 gt { 1 sub dup mul exch  
  137. 1 sub dup mul add 1 sub } { dup mul exch dup mul  
  138. add 1 exch sub } ifelse }
  139. "
  140. *End
  141. *ScreenProc Line: "{ pop }"
  142. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  143.  
  144. *DefaultTransfer: Null
  145. *Transfer Null: "{ }"
  146. *Transfer Null.Inverse: "{ 1 exch sub }"
  147.  
  148. *% Paper Handling ===================
  149. *LandscapeOrientation: Any
  150. *% Code in this section both selects a tray and sets up a frame buffer.
  151. *OpenUI *PageSize: PickOne
  152. *OrderDependency: 30 AnySetup *PageSize
  153. *DefaultPageSize: Letter
  154. *PageSize Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  155. *PageSize Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  156. *PageSize Tabloid: "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  157. *PageSize Ledger: "<< /PageSize [1224 792] /ImagingBBox null >> setpagedevice"
  158. *PageSize A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  159. *PageSize A3: "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  160. *PageSize B5: "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  161. *PageSize B19/Oversize/B19: "
  162.     << /ManualFeed true currentsystemparams /RamSize get currentpagedevice
  163.        /HWResolution get 0 get 1 index 23000000 lt 1 index 1200 eq and
  164.        { pop pop /HWResolution [600 600] /PageSize [864 1368] }
  165.        { pop pop /PageSize [864 1368] } ifelse /ImagingBBox null
  166.     >> setpagedevice"
  167. *End
  168. *PageSize C5/Envelope/C5: "
  169.     << /ManualFeed true /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  170. *End
  171. *PageSize Comm10/Envelope/Comm10: "
  172.     << /ManualFeed true /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  173. *End
  174. *PageSize DL/Envelope/DL: "
  175.     << /ManualFeed true /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  176. *End
  177. *PageSize Monarch/Envelope/Monarch: "
  178.     << /ManualFeed true /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  179. *End
  180. *?PageSize: "
  181.  save
  182.    currentpagedevice /PageSize get aload pop
  183.    2 copy gt { exch } if 
  184.    (Unknown) 
  185.   <<
  186.    [612 792] (Letter)
  187.    [612 1008] (Legal)
  188.    [792 1224] (Tabloid)
  189.    [1224 792] (Ledger)
  190.    [595 842] (A4)
  191.    [842 1191] (A3)
  192.    [516 729] (B5)
  193.    [864 1368] (B19)
  194.    [459 649] (C5)
  195.    [297 684] (Comm10)
  196.    [312 624] (DL)
  197.    [279 540] (Monarch) >>
  198. { exch aload pop 4 index sub abs 5 le exch 
  199.    5 index sub abs 5 le and 
  200.       { exch pop exit } { pop } ifelse
  201.    } bind forall
  202.    = flush pop pop
  203. restore 
  204. "
  205. *End
  206. *CloseUI: *PageSize
  207.  
  208. *OpenUI *PageRegion:  PickOne
  209. *OrderDependency: 40 AnySetup *PageRegion
  210. *DefaultPageRegion: Letter
  211. *PageRegion Letter: "
  212.     << /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  213. *End
  214. *PageRegion Legal: "
  215.     << /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  216. *End
  217. *PageRegion Tabloid: "
  218.     << /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  219. *End
  220. *PageRegion Ledger: "
  221.     << /PageSize [1224 792] /ImagingBBox null >> setpagedevice"
  222. *End
  223. *PageRegion A4: "
  224.     << /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  225. *End
  226. *PageRegion A3: "
  227.     << /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  228. *End
  229. *PageRegion B5: "
  230.     << /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  231. *End
  232. *PageRegion B19/Oversize/B19: "
  233.     << /ManualFeed true currentsystemparams /RamSize get currentpagedevice
  234.        /HWResolution get 0 get 1 index 23000000 lt 1 index 1200 eq and
  235.        { pop pop /HWResolution [600 600] /PageSize [864 1368] }
  236.        { pop pop /PageSize [864 1368] } ifelse /ImagingBBox null
  237.     >> setpagedevice"
  238. *End
  239. *PageRegion C5/Envelope/C5: "
  240.     << /ManualFeed true /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  241. *End
  242. *PageRegion Comm10/Envelope/Comm10: "
  243.     << /ManualFeed true /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  244. *End
  245. *PageRegion DL/Envelope/DL: "
  246.     << /ManualFeed true /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  247. *End
  248. *PageRegion Monarch/Envelope/Monarch: "
  249.     << /ManualFeed true /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  250. *End
  251. *CloseUI: *PageRegion
  252. *% The following entries provide information about specific paper keywords.
  253. *DefaultImageableArea: Letter
  254. *ImageableArea Letter: "4.86002 4.7999 607.74 788.16 "
  255. *ImageableArea Legal: "5.76001 4.85999 608.64 1003.74 "
  256. *ImageableArea Tabloid: "2.39998 8.70001 785.76 1223.58 "
  257. *ImageableArea Ledger: "8.70001 6.23993 1223.58 789.6 "
  258. *ImageableArea A4: "5.82001 3.84 591.9 833.28 "
  259. *ImageableArea A3: "864.001 12.54 841.92 1185.42 "
  260. *ImageableArea B5: "4.86 8.64001 508.86 726.72 "
  261. *ImageableArea B19/Oversize/B19: "16.32 7.73999 853.44 1359.42 "
  262. *ImageableArea C5/Envelope/C5: "5.76001 9.66 451.2 645.66 "
  263. *ImageableArea Comm10/Envelope/Comm10: "3.84001 9.66 288.0 681.66 "
  264. *ImageableArea DL/Envelope/DL: "6.24001 9.17999 309.6 617.82 "
  265. *ImageableArea Monarch/Envelope/Monarch: "3.84 7.74002 272.64 535.74 "
  266. *?ImageableArea: "
  267.  save
  268.    /cvp { (                ) cvs print ( ) print } bind def
  269.    /upperright { 10000 mul floor 10000 div } bind def
  270.    /lowerleft { 10000 mul ceiling 10000 div } bind def
  271.    newpath clippath pathbbox
  272.   4 -2 roll exch 2 { lowerleft cvp } repeat
  273.    exch 2 { upperright cvp } repeat flush
  274.  restore
  275. "
  276. *End
  277.  
  278. *% These provide the physical dimensions of the paper (by keyword)
  279. *DefaultPaperDimension: Letter
  280. *PaperDimension Letter: "612 792"
  281. *PaperDimension Legal: "612 1008"
  282. *PaperDimension Tabloid: "792 1224"
  283. *PaperDimension Ledger: "1224 792"
  284. *PaperDimension A4: "595 842"
  285. *PaperDimension A3: "842 1191"
  286. *PaperDimension B5: "516 729"
  287. *PaperDimension B19/Oversize/B19: "864 1368"
  288. *PaperDimension C5/Envelope/C5: "459 649"
  289. *PaperDimension Comm10/Envelope/Comm10: "297 684"
  290. *PaperDimension DL/Envelope/DL: "312 624"
  291. *PaperDimension Monarch/Envelope/Monarch: "279 540"
  292.  
  293. *OpenUI *InputSlot: PickOne
  294. *OrderDependency: 20 AnySetup *InputSlot
  295. *DefaultInputSlot: Upper
  296. *InputSlot Upper/Upper Tray: "
  297.   currentpagedevice /InputAttributes get 0 get
  298.   dup null eq
  299.   { pop }
  300.   { dup length 1 add dict copy
  301.     dup /InputAttributes
  302.     1 dict dup /Priority [0] put
  303.     put setpagedevice
  304.   }ifelse"
  305. *End
  306. *InputSlot Lower/Lower Tray: "
  307.   currentpagedevice /InputAttributes get 1 get
  308.   dup null eq
  309.   { pop }
  310.   { dup length 1 add dict copy
  311.    dup /InputAttributes
  312.     1 dict dup /Priority [1] put
  313.     put setpagedevice
  314.   } ifelse"
  315. *End
  316. *?InputSlot: "
  317.   save
  318.   << /0 (Upper) /1 (Lower) >>
  319.   currentpagedevice /InputAttributes get
  320.   dup /Priority known
  321.   { /Priority get 0 get (      ) cvs cvn get }
  322.   {
  323.     dup length 1 eq
  324.     { { pop } forall (       ) cvs cvn get }
  325.     { pop pop (Unknown) } ifelse
  326.   } ifelse
  327.   = flush
  328. restore
  329. "
  330. *End
  331. *CloseUI: *InputSlot
  332.  
  333. *DefaultOutputBin: Upper
  334. *DefaultOutputOrder: Normal
  335. *PageStackOrder: Normal
  336.  
  337. *OpenUI *ManualFeed:  Boolean
  338. *OrderDependency: 20 AnySetup *ManualFeed
  339. *DefaultManualFeed: False
  340. *ManualFeed True: "<< /ManualFeed true >> setpagedevice"
  341. *ManualFeed False: "<< /ManualFeed false >> setpagedevice"
  342. *?ManualFeed: "
  343.   save
  344.     currentpagedevice /ManualFeed get
  345.     { (True) } { (False) } ifelse = flush
  346.   restore
  347. "
  348. *End
  349. *CloseUI: *ManualFeed
  350.  
  351. *OpenUI *TraySwitch:  Boolean
  352. *OrderDependency: 50 AnySetup *TraySwitch
  353. *DefaultTraySwitch: False
  354. *TraySwitch True: "<< /TraySwitch true >> setpagedevice"
  355. *TraySwitch False: "<< /TraySwitch false >> setpagedevice"
  356. *?TraySwitch: "
  357. save
  358.   currentpagedevice /TraySwitch get
  359.   { (True) }{ (False) } ifelse = flush
  360. restore
  361. "
  362. *End
  363. *CloseUI: *TraySwitch
  364.  
  365. *% Font Information =====================
  366. *DefaultFont: Courier
  367. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  368. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  369. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  370. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  371. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  372. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  373. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  374. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  375. *Font Courier: Standard "(002.004S)" Standard ROM
  376. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  377. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  378. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  379. *Font Helvetica: Standard "(001.006S)" Standard ROM
  380. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  381. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  382. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  383. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  384. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  385. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  386. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  387. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  388. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  389. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  390. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  391. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  392. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  393. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  394. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  395. *Font Symbol: Special "(001.007S)" Special ROM
  396. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  397. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  398. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  399. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  400. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  401. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  402.  
  403. *?FontQuery: "
  404.  save
  405.    { count 1 gt
  406.       { exch dup 127 string cvs (/) print print (:) print
  407.         /Font resourcestatus { pop pop (Yes) } { (No) } ifelse =
  408.       } { exit } ifelse 
  409.    } bind loop
  410.    (*) = flush
  411.  restore
  412. "
  413. *End
  414.  
  415. *?FontList: "
  416. save
  417.   (*) { cvn == } 128 string /Font resourceforall
  418.   (*) = flush
  419. restore
  420. "
  421. *End
  422.  
  423. *% Printer Messages (verbatim from printer):
  424. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  425. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  426. *Message: "\FontName\ not found, using Courier"
  427.  
  428. *% Status (format: %%[ status: <one of these> ] %%)
  429. *Status: "busy"
  430. *Status: "idle"
  431. *Status: "printing"
  432. *Status: "waiting"
  433. *Status: "warming up"
  434. *Status: "holding"
  435. *Status: "PrinterError: waiting for manual feed"
  436. *Status: "PrinterError: warming up"
  437. *Status: "PrinterError: no paper tray"
  438. *Status: "PrinterError: out of paper"
  439. *Status: "PrinterError: paper entry misfeed"
  440. *Status: "PrinterError: toner cartridge missing or incorrect"
  441. *Status: "PrinterError: cover open"
  442. *Status: "PrinterError:process unit missing"
  443. *Status: "PrinterError:process unit life expired"
  444. *Status: "PrinterError:paper exit misfeed"
  445. *Status: "PrinterError:fixing temperature malfunction"
  446. *Status: "PrinterError:scanner motor malfunction"
  447. *Status: "PrinterError:laser diode or scanning mirror malfunction"
  448.  
  449. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  450. *Source: "EtherTalk"
  451. *Source: "LocalTalk"
  452. *Source: "Parallel"
  453. *Source: "serial9"
  454. *Source: "AppleTalk"
  455.  
  456. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  457. *PrinterError: "waiting for manual feed"
  458. *PrinterError: "warming up"
  459. *PrinterError: "no paper tray"
  460. *PrinterError: "out of paper"
  461. *PrinterError: "paper entry misfeed"
  462. *PrinterError: "toner cartridge missing or incorrect"
  463. *PrinterError: "cover open"
  464. *PrinterError: "process unit missing"
  465. *PrinterError: "process unit life expired"
  466. *PrinterError: "paper exit misfeed"
  467. *PrinterError: "fixing temperature malfunction"
  468. *PrinterError: "scanner motor malfunction"
  469. *PrinterError: "laser diode or scanning mirror malfunction"
  470.  
  471.  
  472. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  473.  
  474. *% Color Separation Information =====================
  475.  
  476. *DefaultColorSep: ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi
  477.  
  478. *InkName: ProcessBlack/Process Black
  479. *InkName: CustomColor/Custom Color
  480. *InkName: ProcessCyan/Process Cyan
  481. *InkName: ProcessMagenta/Process Magenta
  482. *InkName: ProcessYellow/Process Yellow
  483.  
  484. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  485.  
  486. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  487. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  488. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  489. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  490. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  491.  
  492. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  493. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  494. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  495. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  496. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  497.  
  498. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  499. { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  500. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  501. abs exch abs 2 copy add 1 gt { 1 sub dup mul exch 1 sub dup mul add 1 
  502. sub } { dup mul exch dup mul add 1 exch sub } ifelse }"
  503. *End
  504.  
  505. *%  For 71 lpi / 600 dpi  ===============================
  506.  
  507. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  508. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  509. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  510. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  511. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  512.  
  513. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  514. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  515. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  516. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  517. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  518.  
  519. *%  For 106 lpi / 1200 dpi  ===============================
  520.  
  521. *ColorSepScreenAngle ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  522. *ColorSepScreenAngle CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  523. *ColorSepScreenAngle ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "71.5651"
  524. *ColorSepScreenAngle ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "18.4349"
  525. *ColorSepScreenAngle ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "0.0"
  526.  
  527. *ColorSepScreenFreq ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "106.066"
  528. *ColorSepScreenFreq CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "106.066"
  529. *ColorSepScreenFreq ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "94.8683"
  530. *ColorSepScreenFreq ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "94.8683"
  531. *ColorSepScreenFreq ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "100.0"
  532.  
  533. *% For 85 lpi / 1200 dpi (10,10,4,12,12,4,40/3,0) ====================
  534.  
  535. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  536. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  537. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "71.5651"
  538. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "18.4349"
  539. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0.0"
  540.  
  541. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  542. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  543. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  544. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  545. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "30.0"
  546.  
  547. *ColorSepScreenProc ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "
  548. { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  549. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  550. abs exch abs 2 copy add 1 gt { 1 sub dup mul exch 1 sub dup mul add 1 
  551. sub } { dup mul exch dup mul add 1 exch sub } ifelse }"
  552. *End
  553.  
  554. *% Produced by "bldppd42.ps" version 4.0 edit 12
  555. *% Last Edit Date: Sep 7 1994
  556. *% The byte count of this file should be exactly 019960 or 020521
  557. *% depending on the filesystem it resides in.
  558. *% end of PPD file for LaserPress 1200
  559.  
  560.  
  561.  
  562.